Skip to main content
PUT
[Authenticated] Update a post

Authorizations

Authorization
string
header
required

Partner API key (cativa_...) or a JWT, sent as: Authorization: Bearer .

Path Parameters

postId
string<uuid>
required

Body

application/json
postId
string<uuid>
content
string | null
htmlContent
string | null
rawContent
string | null
title
string | null
isPrivate
boolean
allowComments
boolean
tags
string[] | null
groupId
string<uuid> | null
imageIds
string<uuid>[] | null
videoIds
string<uuid>[] | null
attachmentIds
string<uuid>[] | null
mediaAssetIds
string<uuid>[] | null

Response

200

OK